home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000103_news@columbia.edu _Mon Apr 21 07:27:35 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA20194
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 21 Apr 1997 07:27:35 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id HAA28703
  7.     for kermit.misc@watsun; Mon, 21 Apr 1997 07:27:34 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.mathworks.com!cam-news-hub1.bbnplanet.com!cam-news-feed2.bbnplanet.com!news.bbnplanet.com!news.indigo.ie!not-for-mail
  9. From: offline@INDIGO.IE (alan)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: carrier detect signal ?
  12. Date: Mon, 21 Apr 1997 11:19:37 GMT
  13. Organization: Indigo
  14. Lines: 33
  15. Message-ID: <335b4d44.4121326@NEWS.INDIGO.IE>
  16. References: <3355fe5a.2510622@NEWS.INDIGO.IE> <5j6b3k$nv8$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: ts06-05.dublin.indigo.ie
  18. X-Newsreader: Forte Agent .99e/32.227
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:6921
  20.  
  21. On 17 Apr 1997 23:18:12 GMT, fdc@watsun.cc.columbia.edu (Frank da
  22. Cruz) wrote:
  23.  
  24. >In article <3355fe5a.2510622@NEWS.INDIGO.IE>, alan <offline@INDIGO.IE> wrote:
  25. >: Is it possible to use ms kermit to issue a carrier detect signal
  26. >: somehow?
  27. >:
  28. >Kermit runs on a computer.  CD is a signal from the modem TO the computer.
  29. >The computer can't issue it.  You can force your MODEM to issue it if you
  30. >want to, but the exact method depends on your modem.  If it can be done by
  31. >command, then you can have MS-DOS Kermit send this command to your modem.
  32. >The command for this might be something like AT&C0.
  33. >
  34. >You can also make Kermit ignore the CD signal if you want to -- in fact, 
  35. >it does so by default.  The command is SET CARRIER { ON, OFF }.  This only
  36. >affects how Kermit reacts to the CD signal from the modem -- it does not
  37. >affect the signal itself.
  38. >
  39. >- Frank
  40.  
  41.  
  42. I am trying to get the bbs using a door with a terminal emulation to
  43. open a comm port and send out a carrier detect signal. The bbs is to
  44. be attached to an intellisystem so basically someone dialls into the
  45. bbs and I want it to act as a dumb terminal. To do this the
  46. intellisystem needs a carrier detect signal. When a person selects
  47. Intellisystem from the menu, the node shuts down and a terminal
  48. emulator kicks in. I want to write a batch file that will run a
  49. terminal emulation program . I also need to force a carrier detect
  50. signal so the intellisystem will spew back the necessary information.
  51. Do I have to get Pascal or something like this to write a program?
  52. Cheers,
  53. alan